-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
real_multi_modality #459
base: main
Are you sure you want to change the base?
real_multi_modality #459
Conversation
… celltype_annotation_automl
… celltype_annotation_automl
for more information, see https://pre-commit.ci
…ML/dance into celltype_annotation_automl
for more information, see https://pre-commit.ci
…ML/dance into celltype_annotation_automl
@@ -270,6 +274,72 @@ def _load_raw_data(self, ct_col: str = "Cell_type") -> Tuple[ad.AnnData, List[Se | |||
|
|||
return adata, labels, idx_to_label, train_size, 0 | |||
|
|||
def _load_raw_data_single_h5ad(self, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Get train, valid and test data through a single h5ad
@@ -793,6 +794,14 @@ def _params_search_space(self) -> Dict[str, Dict[str, Optional[Union[str, float] | |||
def wandb_sweep_config(self) -> Dict[str, Any]: | |||
if self.wandb_config is None: | |||
raise ValueError("wandb config not specified in the raw config.") | |||
if "run_kwargs" in self.config: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Get specific run_kwargs to search
… celltype_annotation_automl
@@ -33,7 +33,7 @@ repos: | |||
args: [--line-width, "120", --profile, black] | |||
|
|||
- repo: https://github.com/PyCQA/docformatter | |||
rev: v1.7.5 | |||
rev: eb1df34 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
for more information, see https://pre-commit.ci
… celltype_annotation_automl
for more information, see https://pre-commit.ci
… celltype_annotation_automl
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
… celltype_annotation_automl
No description provided.